Cloud Functions Local emulator
$ functions ...
deploy, call, config,, describe, reset, logs read
logs readは、default 20 lines
イベント(pubsubや cloud storage) にも対応できる
To enable automatic unmarshalling, set the function signature type to event using a command-line flag or an environment variable.
--signature-type=event でよい?
firebase functions:shell で、イベントベースの関数もemulator実行できる。